-
Why do you need to apply the two generated class names (root & disabled) to the DOM to make it work?
To customize components using material-ui, you can do this: const styles = { root: { ‘&$disabled’: { color: ‘white’, }, …
- 335 views
- 1 answers
- 0 votes